C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ShowGroups Property

In This Topic
ShowGroups Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should insert group rows to delimit data groups.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property ShowGroups As Boolean
 
Remarks
Data groups are created by modifying the groupDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also